home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-07-28 | 365 b | 12 lines | [TEXT/ToyS] |
- --This script will block the group"All Outside Lights"
- -- it is no longer dark, and we should not allow them
- -- to be controlled by other scripts such as motion sensors.
-
- if time of (current date) < 6 * hours then
- write log "It's getting light early today"
- else
- write log "It's getting light outside"
- turnoff "Outside Lights"
- block unit "Outside Lights"
- end if
-